From d78ace6c34d9dec61779978bf5ee92b91f27626d Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Wed, 20 Apr 2011 20:06:14 +0100 Subject: [PATCH] Adding introspection annotation to GtkModuleIinitFunc to specify array and length parameters --- gtk/gtkmodules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkmodules.h b/gtk/gtkmodules.h index a2adfce78a..3c97854f76 100644 --- a/gtk/gtkmodules.h +++ b/gtk/gtkmodules.h @@ -33,7 +33,7 @@ G_BEGIN_DECLS /** * GtkModuleInitFunc: * @argc: GTK+ always passes %NULL for this argument - * @argv: GTK+ always passes %NULL for this argument + * @argv: (array length=argc): GTK+ always passes %NULL for this argument * * Each GTK+ module must have a function gtk_module_init() * with this prototype. This function is called after loading -- 2.30.2